go.uber.org/atomic.Bool.CAS (method)

2 uses

	go.uber.org/atomic (current package)
		bool.go#L60: func (x *Bool) CAS(old, new bool) (swapped bool) {
		bool_ext.go#L44: 		if b.CAS(old, !old) {